link_callback()
link_callback(array $matches) : string
Callback function used to build HTML links around URL strings
Parameters
array |
$matches |
Matches result from preg_replace_callback
|
Returns
string
— Return valid link for recognized schemes, otherwise
return the unmodified URL.